PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardTableAttribute Class / setColSpan Method
The number of column in the enclosing table that shall be spanned by the cell.
In This Topic
    setColSpan Method
    In This Topic
    Sets the column span.
    Syntax
    public void setColSpan( 
       int value
    )

    Parameters

    value
    The number of column in the enclosing table that shall be spanned by the cell.
    See Also